home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_BIT_Software_-_BitCom_3.58c_-_Distribution_Disks.zip / REFER.TXT < prev    next >
Text File  |  1989-10-09  |  78KB  |  1,586 lines

  1.  
  2.  
  3.  
  4.                                                                         1
  5.  
  6.  
  7.  
  8.                                  Reference Section
  9.                                  -----------------
  10.                                           
  11.             This section contains reference material that you may need.
  12.             The sections contained here are:
  13.             
  14.                  1.  Glossary of Terms
  15.                  2.  Error and Status Messages
  16.                  3.  ASCII Code Table
  17.                  4.  Display Attributes and Color Codes
  18.             
  19.             
  20.                        Reference Section - Glossary of Terms
  21.                        -------------------------------------
  22.             
  23.             Action File
  24.                  A file  containing instructions  to tell BitCom what to
  25.                  do after your modem is connected to the host.
  26.             
  27.             Answer Mode
  28.                  When you  put a record in answer mode, BitCom tells the
  29.                  modem to  answer the phone automatically when it rings.
  30.                  The "Answer String" is sent to the modem.
  31.             
  32.             ASCII (American Standard Code for
  33.             Information Interchange)
  34.                  A standard character set and coding scheme to represent
  35.                  numbers, symbols,  alphabetic and  control  Characters.
  36.                  The IBM PC and most minicomputers use ASCII whereas IBM
  37.                  mainframes such as the IBM 3090 do not.
  38.             
  39.             Asynchronous Communications
  40.                  A way of transmitting data in which start and stop bits
  41.                  are used  to frame  each character.  Data is  sent  and
  42.                  received at  irregular intervals  of time.  Most modems
  43.                  for IBM PC's and compatibles are asynchronous.
  44.             
  45.             Auto Dial
  46.                  The modem,  functioning as  your phone,  dials a  phone
  47.                  number for you.
  48.             
  49.             Auto Answer
  50.                  The modem  automatically answers  an incoming  call and
  51.                  puts out a high pitched tone to the caller.
  52.             
  53.             Auto log-on
  54.                  A set  of instructions  telling BitCom  to perform  the
  55.                  log-on procedures for the host system after connection.
  56.                  The instructions  are stored  in an  action  or  script
  57.                  file.
  58.             
  59.  
  60.  
  61.                                                                         2
  62.  
  63.  
  64.  
  65.             Available Memory
  66.                  The amount of memory (RAM) that is available for use by
  67.                  a  program.     For   instance,  BitCom  requires  256K
  68.                  available memory.
  69.             
  70.             Baud Rate
  71.                  The speed  at which  data is  transmitted  between  two
  72.                  devices (e.g. modems).  Measured in bits per second.
  73.             
  74.             Binary File
  75.                  Binary files include programs, data files, or formatted
  76.                  documents.
  77.             
  78.             Break Key
  79.                  The specified key, that when pressed, will send a break
  80.                  signal to the host computer.
  81.             
  82.             Break Signal
  83.                  A signal  generated by  your modem  (or serial card) to
  84.                  the host  computer during communications.  To interrupt
  85.                  the host  computer, a  signal  is  sent  to  gain  it's
  86.                  attention.   You may specify the amount of time a break
  87.                  signal will  last, depending  upon the  system you  are
  88.                  connected to.
  89.             
  90.             Break Time
  91.                  The amount  of  time  a  break  signal  will  last,  as
  92.                  specified by the host computer.
  93.             
  94.             Call Mode
  95.                  In call  mode, BitCom tells the modem to dial the phone
  96.                  number for you.
  97.             
  98.             Call Progress Detection
  99.                  A feature  in your  modem that  tells  BitCom  what  is
  100.                  happening when  dialing a  number: busy,  no dial tone,
  101.                  connect, etc.   Check  your modem manual to see if your
  102.                  modem supports this feature.
  103.             
  104.             Capture Data
  105.                  While  connected  to  the  host  system,  incoming  and
  106.                  outgoing characters are saved onto a disk file.
  107.             
  108.             Carrier or Carrier Detect
  109.                  A signal  (a high pitch tone) generated by one modem to
  110.                  another modem indicating that the line is connected.
  111.             
  112.  
  113.  
  114.                                                                         3
  115.  
  116.  
  117.  
  118.             Connect
  119.                  BitCom is  connected to  the host computer if the modem
  120.                  displays the  "Connect String" or if BitCom can talk to
  121.                  the serial  interface card in "DIRECT" mode.  The clock
  122.                  runs in  the lower  right corner  of  the  screen  when
  123.                  BitCom is connected.
  124.             
  125.             Constant
  126.                  A number  or string of text that does not change.  Used
  127.                  in script or action files.
  128.             
  129.             Control Code
  130.                  An ASCII  code that  is less than Hex 26.  For example,
  131.                  Ctrl-E is hex 05.
  132.             
  133.             COM Port
  134.                  An electronic  address in  your  PC  whereby  a  serial
  135.                  device is  directly connected  to, or an internal modem
  136.                  is used to talk with, the outside world.
  137.             
  138.             CRC
  139.                  Cyclic Redundancy Checking.  A method of error checking
  140.                  used in  later versions  of XMODEM file transfer to cut
  141.                  down on errors when transmitting data.
  142.             
  143.             CTS (Clear To Send)
  144.                  An "OK  to send  data" signal generated by the modem or
  145.                  serial card.
  146.             
  147.             DTR (Data Terminal Ready)
  148.                  A signal  in your  modem or  serial card telling BitCom
  149.                  that the modem is ready.
  150.             
  151.             DC1/DC3
  152.                  See XON/XOFF.
  153.             
  154.             Default
  155.                  The value  that is  used for  a parameter when no other
  156.                  value is  explicitly provided.   In  other  words,  the
  157.                  default value or key is the pre-assigned value or key.
  158.             
  159.             Diskette
  160.                  A removable  magnetic storage  device, commonly used on
  161.                  personal computers.
  162.             
  163.             DOS
  164.                  The disk  operating system  which is  used by  personal
  165.                  computers.
  166.             
  167.  
  168.  
  169.                                                                         4
  170.  
  171.  
  172.  
  173.             d-string
  174.                  A d-string is text enclosed in double quotes.  The text
  175.                  within those quotes is sent to the host computer.  If a
  176.                  variable name  is in the string, it will be substituted
  177.                  with its value.
  178.             
  179.             Duplex
  180.                  See half duplex or full duplex.
  181.             
  182.             Echo
  183.                  If "Echo"  is yes,  the  character  you  typed  on  the
  184.                  keyboard is  displayed on  the screen  and sent  to the
  185.                  host.
  186.             
  187.             Emulation
  188.                  See terminal emulation.
  189.             
  190.             Escape Code
  191.                  The  hex  equivalent  of  ESCAPE  is  1B,  the  decimal
  192.                  equivalent is  27.  Normally, what follows is called an
  193.                  escape  sequence.      These   usually   have   special
  194.                  significance, especially in terminal emulation files.
  195.             
  196.             Exit
  197.                  Exit in  BitCom has  two meanings.  When exiting from a
  198.                  SCRIPT file,  it means  to halt  the execution  of that
  199.                  SCRIPT file.   When  exiting from  BitCom, it  means to
  200.                  exit from the BitCom program, and return to DOS.
  201.             
  202.             Filename
  203.                  The name  given to  a file.   Consists  of 1-8  letters
  204.                  and/or numbers,  giving a  descriptive name  to a  file
  205.                  that is  stored on  disk or diskette.  Can also have an
  206.                  extension of 1-3 letters and/or numbers.
  207.             
  208.             Fixed Disk
  209.                  A non-removable  magnetic storage  device used  in some
  210.                  personal computers.   It is faster, and capable of more
  211.                  storage, than a diskette.
  212.             
  213.             Full Duplex
  214.                  In a full duplex communications system, characters sent
  215.                  to the host are echoed back by the host to your screen.
  216.                  If your  host computer  uses full duplex communication,
  217.                  set "Echo" to "Yes" in BitCom.
  218.             
  219.             Half Duplex
  220.                  In half  duplex communications systems, characters sent
  221.                  to the  host are  not echoed  back to  your screen.  If
  222.                  your host  uses half  duplex, set  "Echo" in  BitCom to
  223.                  "No."
  224.             
  225.  
  226.  
  227.                                                                         5
  228.  
  229.  
  230.  
  231.             Halt Key
  232.                  The key,  that when pressed, will stop the execution of
  233.                  a script or action file.
  234.             
  235.             Hexadecimal
  236.                  A base 16 numbering system that is commonly used in IBM
  237.                  personal computers.  Hex digits range from 0-9 and A-F.
  238.                  For example, decimal 15 is equal to hexadecimal 0F.
  239.             
  240.             Host Computer, Host System
  241.                  The computer  system that  you are  connected to.  This
  242.                  computer may  be  another  PC,  a  mainframe  or  mini-
  243.                  computer, or  an on-line  service such  as Dow Jones or
  244.                  Easylink.
  245.             
  246.             Interrupt
  247.                  A signal  that tells the software or DOS to temporarily
  248.                  suspend the current task to allow it to do a new task.
  249.             
  250.             Kermit
  251.                  A  file   transfer  protocol   developed  by   Columbia
  252.                  University.   It has  the ability  to  transfer  binary
  253.                  (program) files  while using  7 data  bits,  where  all
  254.                  forms of XMODEM require 8 data bits.
  255.             
  256.             Path
  257.                  A command  used by  DOS  to  better  utilize  the  sub-
  258.                  directory structure of a fixed disk drive.
  259.             
  260.             Port or Port Address
  261.                  An electronic address in your computer.
  262.             
  263.             Pulse Dialing
  264.                  Also called  rotary dialing;  a dialing format in which
  265.                  each digit is represented by a series of pulses.
  266.             
  267.             Quit
  268.                  When Quit  is used in BitCom, it means to quit from one
  269.                  menu or level, and go to the next higher level.
  270.             
  271.             Record ID
  272.                  A portion  of a  BitCom phone number record that can be
  273.                  used to identify a record to select for communications.
  274.             
  275.             Redial
  276.                  To dial  a phone  number again,  if it  was  busy  when
  277.                  dialed the first time.
  278.             
  279.  
  280.  
  281.                                                                         6
  282.  
  283.  
  284.  
  285.             Result Codes
  286.                  Codes that  are returned from the modem to let you know
  287.                  the results  of your  call.  Modems give these codes in
  288.                  either verbal or numeric results.  BitCom requires that
  289.                  the modem  be set  to return the result codes in verbal
  290.                  form.
  291.             
  292.             RS-232 Port
  293.                  Also called  a serial port.  An external modem would be
  294.                  connected to an RS-232 port.
  295.             
  296.             s-string
  297.                  Text contained  within single  quote marks.   The  text
  298.                  within these  quotes will  be assigned to a key with an
  299.                  assignment statement in a script or action file.
  300.             
  301.             SCRIPT File
  302.                  A file containing instructions that tell BitCom what to
  303.                  do before  a connection is made (e.g. what phone number
  304.                  to dial or when to dial it).  Can also continue to give
  305.                  instructions after a connection is made.
  306.             
  307.             Serial Communication
  308.                  Communications where  data is sent one bit at a time as
  309.                  opposed to parallel communications where multiple wires
  310.                  in the  cable allow  the PC  to send  data in  multiple
  311.                  bits.
  312.             
  313.             Serial Port
  314.                  An electronic  address in  your PC where serial data is
  315.                  sent and received.
  316.             
  317.             Start Bit
  318.                  The first bit in a set of data.  It signifies that what
  319.                  follows is the data.
  320.             
  321.             Stop Bit
  322.                  The last  bit in  a set of data.  It signifies that the
  323.                  data has been sent in a set of data.
  324.             
  325.             Sub-Directory
  326.                  A division  of a  fixed  disk  drive  used  by  DOS  to
  327.                  organize information (files).
  328.             
  329.             Synchronous Communication
  330.                  A method  of communication  where a group of characters
  331.                  are sent  as a  continuous stream  of data  at  regular
  332.                  intervals of  time.   For example,  the IBM  3270  uses
  333.                  synchronous communications.
  334.             
  335.  
  336.  
  337.                                                                         7
  338.  
  339.  
  340.  
  341.             System Variable
  342.                  A variable  used in script/action files that allows you
  343.                  to inquire  about, set  or retrieve certain information
  344.                  about  BitCom  settings.    Also  known  as  a  builtin
  345.                  variable.
  346.             
  347.             Terminal Emulation
  348.                  A mode where your PC performs as if it were a terminal,
  349.                  such as the DEC VT100.
  350.             
  351.             Text File
  352.                  A file that only contains keyboard characters.  It does
  353.                  not contain any formatting commands.
  354.             
  355.             Text Editor
  356.                  Software that  is used  to create  or edit  text files,
  357.                  such as EDLIN.
  358.             
  359.             Token
  360.                  A term  used in  programming.  A token is a sequence of
  361.                  characters whose significance is possessed collectively
  362.                  rather than  individually.    Examples  are  constants,
  363.                  functions, variables, and punctuation.
  364.             
  365.             Touch Tone
  366.                  A dialing  format in which each digit is represented as
  367.                  a frequency or pitch.
  368.             
  369.             Variable
  370.                  A portion  of the  BitCom script  language which allows
  371.                  you to store information that may change in a specified
  372.                  statement.
  373.             
  374.             XMODEM, YMODEM
  375.                  File transfer protocols (methods) defined and available
  376.                  in public domain electronic bulletin boards, as well as
  377.                  while  communicating   with  various  other  computers.
  378.                  Contains automatic  error checking  of data sent and/or
  379.                  received.
  380.             
  381.             XON/XOFF
  382.                  XON and XOFF characters are used to control the flow of
  383.                  data from  one computer  to another  if one  of the two
  384.                  computers cannot catch up in speed.  If one computer is
  385.                  sending data  too fast,  the other tells it to stop the
  386.                  sending with  an XOFF  character.   When it is ready to
  387.                  resume again,  the slower  computer tells  the other to
  388.                  resume by  sending it  an XON  character.  XON and XOFF
  389.                  are ASCII  characters where  XON is  Hex 11 and XOFF is
  390.                  Hex 13.  XON/XOFF is also known as DC1/DC3.
  391.             
  392.  
  393.  
  394.                                                                         8
  395.  
  396.  
  397.  
  398.             YMODEM Batch
  399.                  A file  transfer protocol which sends multiple files in
  400.                  blocks of 1024 bytes per block.
  401.  
  402.  
  403.                                                                         9
  404.  
  405.  
  406.  
  407.                     Reference Section - Error & Status Messages
  408.                     -------------------------------------------
  409.             
  410.             Aborting Download by User Request
  411.                  The  receiving  of  a  file  has  been  stopped  before
  412.                  completion by the user.
  413.             
  414.             Already Connected
  415.                  The SCRIPT  file invoked the 'docomm' function to begin
  416.                  communications, but  the  line  is  already  connected.
  417.                  Make sure  that you are not trying to make another call
  418.                  before hanging up from the first.
  419.             
  420.             Appending output to <capture filename>
  421.                  This is  an informative  message showing  that you  are
  422.                  capturing data,  in the  append mode,  to the specified
  423.                  filename.
  424.             
  425.             Bad File Name: <Batch filename>
  426.                  Your system is trying to receive files using the YMODEM
  427.                  Batch mode,  but the  host system is not sending in the
  428.                  batch mode.
  429.             
  430.             Break Detected
  431.                  The host  system to which you are connected with sent a
  432.                  'break' signal.   No  action is taken by BitCom in this
  433.                  case.
  434.             
  435.             Break Sent
  436.                  A 'break'  signal has  been sent  by BitCom to the host
  437.                  computer that  you  are  connected  to.    This  is  an
  438.                  informative message only.
  439.             
  440.             Builtin variable not set-able
  441.                  An attempt  was made to assign a value to a 'read-only'
  442.                  builtin variable.  Certain builtin variables may not be
  443.                  assigned (e.g. @conn).
  444.             
  445.             Cannot add while connected
  446.                  You cannot  add a  new communications  record while you
  447.                  are currently  connected (although  you can change some
  448.                  values of the current connection record).
  449.             
  450.             Cannot Assign
  451.                  An attempt  was made  to assign  a value  to  something
  452.                  other than a variable.
  453.             
  454.  
  455.  
  456.                                                                         10
  457.  
  458.  
  459.  
  460.             Cannot delete record 0
  461.                  The default  record (record  0)  is  only  provided  to
  462.                  specify default  values for new records.  It may not be
  463.                  used for  any other  purpose, and can never be deleted.
  464.                  Changing parameters in this record only affects records
  465.                  that are added later, not currently existing records.
  466.             
  467.             Cannot Delete While Adding Record
  468.                  While adding  a record,  you have  tried  to  delete  a
  469.                  record.  You must finish adding the record first.
  470.             
  471.             Cannot Delete While Connected
  472.                  You cannot delete a new communications record while you
  473.                  are currently  connected (although  you can change some
  474.                  values of the currently selected record).
  475.             
  476.             Cannot 'select' while connected
  477.                  The SCRIPT  file called  the 'select' function, but you
  478.                  are still  connected.   Use the  'hangup'  function  to
  479.                  disconnect the line before using the 'select' function.
  480.             
  481.             Cannot Dial/Answer with Defaults
  482.                  The default  record (record  0)  is  only  provided  to
  483.                  specify default  values for new records.  It may not be
  484.                  used for any other purpose.
  485.             
  486.             Capture Disabled
  487.                  The CAPTURE(0) command has been used in a script/action
  488.                  file to  disable the  capturing of  data.   This is  an
  489.                  informative message only.
  490.             
  491.             Capture Enabled
  492.                  The CAPTURE(1) command has been used in a script/action
  493.                  file to  begin capturing  data.  This is an informative
  494.                  message only.
  495.             
  496.             Capture output ended
  497.                  You have  disabled the  Capture function  by using  the
  498.                  CAPTURE(0) command in a script/action file, or you have
  499.                  changed the  Capture Filename  to 'None'.   This  is an
  500.                  informative message only.
  501.             
  502.             Capture resuming
  503.                  This is  an informative  message stating that capturing
  504.                  is resuming,  usually after  a file  transfer has  been
  505.                  completed.
  506.             
  507.             Capture suspended, receiving file
  508.                  This message  lets you  know  that  capturing  will  be
  509.                  temporarily halted  while receiving a file.  This is an
  510.                  informative message only.
  511.             
  512.  
  513.  
  514.                                                                         11
  515.  
  516.  
  517.  
  518.             COMMAND.COM not found
  519.                  BitCom could  not find  the  COMMAND.COM  file  on  the
  520.                  diskette.   Make sure  that you follow the instructions
  521.                  in Chapter  1 to  make a  working copy  of  the  BitCom
  522.                  diskette.
  523.             
  524.             COMM.DAT: file corrupted!
  525.                  The COMM.DAT  file has been damaged.  Make sure to exit
  526.                  BitCom properly  before turning  off the  power to your
  527.                  computer.
  528.             
  529.             COMM.DAT: file invalid!
  530.                  This error  occurs when  the  COMM.DAT  file  has  been
  531.                  corrupted.    Always  make  periodic  backups  of  your
  532.                  COMM.DAT file so that it may be restored if this should
  533.                  occur.
  534.             
  535.             COMM.DAT: not found
  536.                  The COMM.DAT  file could  not be  read.  Make sure that
  537.                  this file  is in  your current directory.  This file is
  538.                  required  for   normal  communications.     Change  the
  539.                  directory to the one containing the file COMM.DAT.  For
  540.                  example CD\BITCOM.   Another  way  is  to  specify  the
  541.                  BitCom sub-directory  name in  the "Home  Dir" field on
  542.                  the Communications Configuration Menu.
  543.             
  544.             COMM.DAT: some data lost!
  545.                  This error  usually occurs when you have added a record
  546.                  and then  suffered  a  power  failure  without  exiting
  547.                  BitCom normally.   The record(s) you added are probably
  548.                  missing, but  previous data  will be  untouched.  Also,
  549.                  make sure  that you  EXIT from  BitCom properly  before
  550.                  turning off your system.
  551.             
  552.             COMM.DAT: write error!
  553.                  The COMM.DAT  file could  not be  written to  for  some
  554.                  reason (possibly  out of disk space or you have removed
  555.                  the disk).   This  file is  written  to  during  normal
  556.                  communications.
  557.             
  558.             COMM.DAT: write error! Sort cancelled.
  559.                  In order  to sort  the COMM.DAT  file, BitCom  needs to
  560.                  write to that file.  For some reason (out of disk space
  561.                  or a  write-protect tab  on the diskette), BitCom could
  562.                  not do so.
  563.             
  564.             COMM.GLO: open error!
  565.                  The COMM.GLO  file could not be opened.  Make sure that
  566.                  this file exists in your current directory.  This error
  567.                  causes termination  of BitCom.   The COMM.GLO file must
  568.                  be present  in the current drive and directory, or your
  569.                  root directory.
  570.  
  571.  
  572.                                                                         12
  573.  
  574.  
  575.  
  576.             
  577.             COMM.GLO: write error!
  578.                  The COMM.GLO  file could  not be  written to  for  some
  579.                  reason (possibly out of disk space).  This file is only
  580.                  written  to   when  you   change  the   global   BitCom
  581.                  parameters.
  582.             
  583.             COMx: Not Functional
  584.                  The indicated  port number is not functional.  You will
  585.                  get this  error if  the serial  port is not working for
  586.                  any reason,  or if  you have  selected the  wrong  port
  587.                  address.   Check the switches on your internal modem or
  588.                  your serial  card.   Make sure it is set to the correct
  589.                  communications port (e.g., COM1).
  590.             
  591.             Completed Sending ASCII <filename>
  592.                  BitCom has  finished sending the designated file, using
  593.                  the ASCII  protocol.   This is  an informative  message
  594.                  only.
  595.             
  596.             Completed xx Blocks
  597.                  BitCom has  finished sending  a file  using the  Xmodem
  598.                  protocol.   The 'xx'  would be  replaced by  the actual
  599.                  number of  blocks sent.  This is an informative message
  600.                  only.
  601.             
  602.             CompuServe B+ Receiving
  603.                  BitCom is  receiving a  file using  the  CompuServe  B+
  604.                  protocol.  This is an informative message only.
  605.             
  606.             CompuServe B+ Sending
  607.                  BitCom is  sending  a  file  using  the  CompuServe  B+
  608.                  protocol.  This is an informative message only.
  609.             
  610.             Connection ended
  611.                  This is not usually an error, but is displayed when the
  612.                  connection is ended by the remote host computer.
  613.             
  614.             Data Bits Must be 8 for Xmodem
  615.                  For Xmodem  file transfers, you must use 8 data bits as
  616.                  a communications parameter.
  617.             
  618.             Data error, block xx
  619.                  While sending  or receiving a file using XMODEM, a data
  620.                  error was  detected.  Usually, BitCom will simply retry
  621.                  the block  and continue  on.   If too  many data errors
  622.                  occur (from  bad phone  lines, possibly),  BitCom  will
  623.                  cancel the file transfer.
  624.             
  625.  
  626.  
  627.                                                                         13
  628.  
  629.  
  630.  
  631.             Delete Record xx? (Y or N)
  632.                  This message  will be  displayed whenever  you delete a
  633.                  record.  The 'xx' will be replaced by the record number
  634.                  you want to delete.  Press Y to delete the record, or N
  635.                  to cancel the action.
  636.             
  637.             Disk Read Error
  638.                  The disk  you are trying to read has an error on it, or
  639.                  the diskette  is not in the drive.  Correct the problem
  640.                  (or replace the disk) and try the action again.
  641.             
  642.             Disk Write Error
  643.                  The disk you are attempting to write to has an error on
  644.                  it, or  the diskette  is not in the drive.  Correct the
  645.                  problem (or replace the disk) and try the action again.
  646.             
  647.             DIR Path is Too Long
  648.                  The directory  pathname you  have given is too long.  A
  649.                  pathname in BitCom can be up to 40 characters long.
  650.             
  651.             End of File, Completed xxx Blocks
  652.                  This is  an  informative  message  only.    BitCom  has
  653.                  completed a file transfer, and will indicate the number
  654.                  of blocks which were transferred.
  655.             
  656.             End of sending xxx files
  657.                  This message  will occur  at the  end of a YMODEM Batch
  658.                  file  transfer   to  indicate   how  many   files  were
  659.                  transferred.  It is an informative message only.
  660.             
  661.             EOF arg only valid for "ascii" mode
  662.                  The 'recvfile'  function was invoked with the parameter
  663.                  of 'xmodem'.   For  XMODEM, you  cannot specify  an EOF
  664.                  string.
  665.             
  666.             Error: Sender Must Use Batch Mode
  667.                  You have  used a  wild card character ( ? or * ) in the
  668.                  receive filename.   This  indicates Ymodem Batch as the
  669.                  protocol.   The sender  must also  use the Ymodem Batch
  670.                  protocol.
  671.             
  672.             Error Writing Disk
  673.                  The system  is unable  to write  to the  disk,  usually
  674.                  because the  disk is  full, or there is a write-protect
  675.                  tab on the diskette.
  676.             
  677.             Error Writing Disk: Output File Closed
  678.                  BitCom was  unable to capture or continue to capture to
  679.                  disk, usually  because the  disk was  full, or a write-
  680.                  protect tab  was on the disk.  Remove the write-protect
  681.                  tab, or replace the disk with one that has enough space
  682.                  on it to capture the session.
  683.  
  684.  
  685.                                                                         14
  686.  
  687.  
  688.  
  689.             
  690.             Exchanging Parameters Packet
  691.                  This  is   an  informative   message  indicating   that
  692.                  parameters packets  are being  exchanged between BitCom
  693.                  and the host computer during a Kermit file transfer.
  694.             
  695.             Expected Label Name
  696.                  A label  name was not given following a GOTO statement.
  697.                  The label  name after  the GOTO  must include the colon
  698.                  (e.g. 'goto :top').
  699.             
  700.             Expected Comma
  701.                  BitCom expected  a  comma  to  be  present,  but  found
  702.                  something else.   Commas  are usually  used to separate
  703.                  arguments within a function.
  704.             
  705.             Expected Compare Operator
  706.                  Within  an  IF  function,  BitCom  expected  a  compare
  707.                  operator (e.g. =, <), but found something else.
  708.             
  709.             Expected Label or Statement
  710.                  BitCom  expected   a  statement  or  label,  but  found
  711.                  something else.   Consult the help screens, or the file
  712.                  SCRIPT.TXT for the correct syntax of statements.
  713.             
  714.             Expected Left Paren
  715.                  BitCom expected  a left  parentheses to be present, but
  716.                  found something  else.  Parenthesis are usually present
  717.                  after function names and the 'IF' statement.
  718.             
  719.             Expected Right Paren
  720.                  BitCom expected  a right parentheses to be present, but
  721.                  found something else.
  722.             
  723.             Expected Right Paren or and-or
  724.                  BitCom expected a right parentheses or the keywords AND
  725.                  or OR  within the  IF condition,  but  found  something
  726.                  else.
  727.             
  728.             Expected semi-colon or end-of-line
  729.                  BitCom reached  the logical  end of  a  statement,  but
  730.                  found something  other than  a  semi-colon  (which  can
  731.                  separate statements) or the end of the line.
  732.             
  733.             Expected Variable or Constant
  734.                  BitCom expected a variable name, a constant value, or a
  735.                  function invocation, but found something else.
  736.             
  737.             Field Full
  738.                  You have  tried to  insert a character in a field, when
  739.                  the last character position of the field is full.
  740.             
  741.  
  742.  
  743.                                                                         15
  744.  
  745.  
  746.  
  747.             File Already Exists, overwrite? (Y/N)
  748.                  The filename  you have indicated that BitCom should use
  749.                  to receive  a file already exists on your disk.  If you
  750.                  press Y  the existing file will be overwritten.  If you
  751.                  press N, the file receive will be cancelled.
  752.             
  753.             File=<filename> 'goto' error
  754.                  A 'goto' function within a script/action file specified
  755.                  a non-existent  label.  Either add the label or correct
  756.                  the 'goto' and retry.
  757.             
  758.             File=<filename> not found
  759.                  The named file could not be found.  Provide the correct
  760.                  filename and  try again.   Also,  the drive and/or path
  761.                  may need to be stated.
  762.             
  763.             File Transfer Already Active!
  764.                  The 'recvfile' or 'sendfile' function was called, but a
  765.                  file is currently being transferred.
  766.             
  767.             File transfer ended
  768.                  A file  transfer has been completed by BitCom.  This is
  769.                  an informative message only.
  770.             
  771.             Format error in <emulation filename>, line xx
  772.                  There is  an error  in the named emulation file, on the
  773.                  indicated line.   Check  the  syntax  and  correct  the
  774.                  error.
  775.             
  776.             Framing Error
  777.                  A received character did not have a valid stop bit.  If
  778.                  this error  occurs frequently,  try changing the number
  779.                  of stop  bits.   Make sure that you have set the number
  780.                  of stop  bits  to  match  that  of  the  host  computer
  781.                  exactly.
  782.             
  783.             Invalid $xx Hex Character
  784.                  A character  may be specified as a hexadecimal value in
  785.                  a d-  string by  giving a '$' followed by exactly 2 hex
  786.                  digits.  Hex digits may have a value of 0-9 and A-F.
  787.             
  788.             Invalid hex digit in modem string
  789.                  There is  an invalid  character which  is preceded by a
  790.                  dollar sign  ($) which  is being  sent  to  the  modem.
  791.                  Check the dial prefix, dial suffix and answer string on
  792.                  the Communication Configuration Menu.
  793.             
  794.             Invalid <builtin-variable-name> setting
  795.                  An attempt  was made  to assign  an invalid  value to a
  796.                  builtin variable.   Consult  the help  screens  or  the
  797.                  manual for valid settings.
  798.             
  799.  
  800.  
  801.                                                                         16
  802.  
  803.  
  804.  
  805.             Invalid Cwait Argument
  806.                  A null  string ("")  was given  as an  argument to  the
  807.                  'Cwait' function.   You  must wait for an actual string
  808.                  or character with this function.
  809.             
  810.             Invalid EOF String
  811.                  A null  string ("")  was given  as an EOF string to the
  812.                  'recvfile' function.   Change  this to  the correct EOF
  813.                  string.
  814.             
  815.             Invalid File Transfer Mode
  816.                  The  file  transfer  mode  given  in  a  'sendfile'  or
  817.                  'recvfile' function  call is invalid.  It must be given
  818.                  as a string, and may be either "ascii" or "xmodem".
  819.             
  820.             Invalid Hex Digit in Modem String
  821.                  A $xx  sequence in  a modem  string (such  as the  Dial
  822.                  Prefix) contains  an invalid  hex  digit.    Valid  hex
  823.                  digits are 0-9 and A-F.
  824.             
  825.             Invalid Number
  826.                  BitCom expected  a numeric  value, but  found something
  827.                  else.
  828.             
  829.             Invalid Time Units
  830.                  The 'twait'  function was  given an  invalid string for
  831.                  the time  units.  Valid values are "hsec", "sec", "min"
  832.                  and "hour".
  833.             
  834.             Invalid Time Value
  835.                  The 'wait'  function was  given a  non-valid time (i.e.
  836.                  hour was  not in the range 0-23, or minutes were not in
  837.                  the range 1-60).
  838.             
  839.             Key ignored, <send,receiv>ing file
  840.                  If you  are sending  or receiving  a file, any keys you
  841.                  press will  be ignored  (except for  the  'Cancel-File-
  842.                  Transmit' key).    Wait  until  the  file  transfer  is
  843.                  complete before initiating another action.
  844.             
  845.             Label Only Valid in a File
  846.                  A label  was given in a function key definition string.
  847.                  Labels are only valid in script or action files.
  848.             
  849.             Misplaced Keyword
  850.                  A special  keyword (e.g.  IF, EXIT,  INVOKE, etc.)  was
  851.                  found in an inappropriate location.
  852.             
  853.  
  854.  
  855.                                                                         17
  856.  
  857.  
  858.  
  859.             Must Use "select" Function First
  860.                  An attempt  was made  to set  or query  the value  of a
  861.                  builtin variable,  but no  record has been made current
  862.                  either with the 'select' function or through the BitCom
  863.                  menus.
  864.             
  865.             No CTS Signal
  866.                  The modem  has not  returned a  'Clear To Send' signal.
  867.                  If you  have an external modem, this error may occur if
  868.                  it is turned off.  You may need to set the IGNORE field
  869.                  to Both.
  870.             
  871.             No DSR Signal
  872.                  The modem  has not  returned a 'Data Set Ready" signal.
  873.                  If you  have an external modem, this error may occur it
  874.                  if is  turned off.  If your serial card is connected to
  875.                  a modem,  this error  may occur.   Make  sure  you  are
  876.                  talking to the right communications port (e.g., COM1 or
  877.                  COM2).  You may need to set the IGNORE field to Both.
  878.             
  879.             No memory for Select Menu
  880.                  This error  may occur  if you  have an  extremely large
  881.                  (more  than   500  records)  communication  data  file.
  882.                  BitCom will still operate normally, except you will not
  883.                  get the selection menu.
  884.             
  885.             Not enough memory
  886.                  This may  occur if  your system  has less  than 256K of
  887.                  available memory.   Check  to see  if you  have  memory
  888.                  resident programs  which are  taking up  your available
  889.                  memory.
  890.             
  891.             Not a special key...
  892.                  In re-defining  a special  key, you pressed a key which
  893.                  is not  a 'special' key.  You will receive this message
  894.                  if you  press a normal letter or number key, instead of
  895.                  a  function   key,  or   the  <CTRL>   or   <ALT>   key
  896.                  combinations.
  897.             
  898.             Numbers Only
  899.                  You have  tried to  enter a  non-numeric character in a
  900.                  field for which only numbers are valid.
  901.             
  902.             Open failed for <capture filename>
  903.                  BitCom cannot locate the named capture file.  Make sure
  904.                  that the  drive and/or  path is specified, if it is not
  905.                  in the current drive and/or path.
  906.             
  907.             Open failed for <emulation filename>
  908.                  BitCom could  not find  the specified  emulation  file.
  909.                  Make sure that the filename specified exists, and has a
  910.                  .EMU extension.
  911.  
  912.  
  913.                                                                         18
  914.  
  915.  
  916.  
  917.             
  918.             Open failed for <filename>
  919.                  The named file could not be found.  Provide the correct
  920.                  filename (including drive and/or sub-directory) and try
  921.                  again.   Also, you  cannot receive  a file  into a sub-
  922.                  directory that does not exist.
  923.             
  924.             Open failed for <pathname>
  925.                  The pathname that you have indicated could not be found
  926.                  on your  disk.   Type the  pathname correctly  and  try
  927.                  again.
  928.             
  929.             Out of Memory
  930.                  You do  not have  enough available  memory to  run  the
  931.                  specified script/action file.
  932.             
  933.             Overrun Error
  934.                  The BitCom character receive buffer has overflowed.  If
  935.                  the host  computer sends  characters faster than BitCom
  936.                  can type  them, and  the host  does  not  use  XON/XOFF
  937.                  protocol, you  may get  this error.  This will normally
  938.                  only occur at high baud rates (greater than 2400 baud),
  939.                  since the  BitCom buffer  is 2048  bytes in size.  Some
  940.                  received characters  will be lost.  This error may also
  941.                  be caused  by mismatched communication parameters, such
  942.                  as baud  rate, stop bits, data bits, and parity.  These
  943.                  settings must match that of the host computer.  Another
  944.                  possible cause of this problem is that you have another
  945.                  device  in   your  PC   that  is  using  the  same  IRQ
  946.                  (interrupt) setting  as your  modem.  Change your modem
  947.                  port address to COM3 or COM4, and try again.
  948.             
  949.             Print Disabled
  950.                  This is an informative message.  BitCom has encountered
  951.                  the PRINTER(0)  command in  a script/action  file,  and
  952.                  will no longer echo data to the printer.
  953.             
  954.             Print Enabled
  955.                  This is an informative message.  BitCom has encountered
  956.                  the PRINTER(1)  command in  a script/action  file,  and
  957.                  will begin echoing the screen display to the printer.
  958.             
  959.             Printer Error
  960.                  You have instructed BitCom to print, but the system has
  961.                  detected a  printer error.   Make sure that the printer
  962.                  is online and is not out of paper.
  963.             
  964.             Parity Error
  965.                  A received  character does  not have the correct odd or
  966.                  even parity.   Make  sure the  setting  you  are  using
  967.                  matches that of the host computer exactly.
  968.             
  969.  
  970.  
  971.                                                                         19
  972.  
  973.  
  974.  
  975.             Reached EOL in 'd-string'
  976.                  A 'd-string'  must begin  and end  with a double quote,
  977.                  and must be given on a single input line.
  978.             
  979.             Reached EOL in 's-string'
  980.                  An 's-string'  must begin  and end with a single quote,
  981.                  and must be given on a single input line.
  982.             
  983.             Reached end-of-line in comment
  984.                  A comment must begin with a '{' and end with a '}', and
  985.                  both the  opening and closing braces must be given on a
  986.                  single input line.
  987.             
  988.             Receive cancelled by host
  989.                  While receiving a file, the host computer cancelled the
  990.                  send.  BitCom will be returned to the keyboard state at
  991.                  this point.
  992.             
  993.             Receiving Check Sum Block xx
  994.                  An informative  message showing  the  Check  Sum  block
  995.                  number that is currently being received.
  996.             
  997.             Receiving CRC Block xx
  998.                  An informative  message showing  the CRC  block  number
  999.                  that is currently being received.
  1000.             
  1001.             Receiving xx bytes <filename>
  1002.                  BitCom is receiving the specified file using the XMODEM
  1003.                  protocol.   The 'xx'  will be  replaced with the actual
  1004.                  number of bytes received.
  1005.             
  1006.             Recid <xxxx> not found
  1007.                  Within a  script file,  a record ID that does not exist
  1008.                  was selected.   Change  either the  script file  or the
  1009.                  record ID and try again.
  1010.             
  1011.             Run File Cancelled
  1012.                  The break key was pressed while a script or action file
  1013.                  was running.  This is an informative message only.
  1014.             
  1015.             Send Cancelled
  1016.                  BitCom was  sending a  file, and  you have  stopped the
  1017.                  file transfer before it was completed.
  1018.             
  1019.             Send Cancelled by Host
  1020.                  BitCom was  sending a  file, and  the host computer has
  1021.                  stopped the file transfer before it was completed.
  1022.             
  1023.             Sending ASCII File
  1024.                  This is  an informative  message showing that BitCom is
  1025.                  sending a file using the ASCII method.
  1026.             
  1027.  
  1028.  
  1029.                                                                         20
  1030.  
  1031.  
  1032.  
  1033.             Sending ASCII file completed
  1034.                  An ASCII  file transfer has been completed.  This is an
  1035.                  informative message only.
  1036.             
  1037.             Sending Check Sum Block xx
  1038.                  This is  an informative  message showing what Check Sum
  1039.                  block is currently being sent.
  1040.             
  1041.             Sending CRC Block xx
  1042.                  This is  an informative  message showing what CRC block
  1043.                  is currently being sent.
  1044.             
  1045.             Sending file; Please wait...
  1046.                  You have  tried to  perform some  action within  BitCom
  1047.                  while BitCom  was sending  a file.  Wait until the file
  1048.                  has been sent, and then proceed.
  1049.             
  1050.             Sorting COMM.DAT
  1051.                  The file  COMM.DAT containing the phone number database
  1052.                  is being sorted.  This is an informative message only.
  1053.             
  1054.             Synch error, cannot continue
  1055.                  During XMODEM  transfers, it  is possible  for the  two
  1056.                  computers to  get out  of sync.   You  should retry the
  1057.                  file transmit if you get this error, as it is likely to
  1058.                  be caused  by data  line noise, or by the host stopping
  1059.                  the file  transfer.   Make sure  that the  parity, data
  1060.                  bits, and  stop bit  settings match  that of  the  host
  1061.                  computer exactly.
  1062.             
  1063.             Time Out
  1064.                  During communications, a device timeout occurred.  This
  1065.                  is usually  caused by  a modem failure.  Some computers
  1066.                  will time out after a certain amount of time has passed
  1067.                  with nothing transmitted.
  1068.             
  1069.             Too many INVOKE levels
  1070.                  You may nest 'invoke' statements (that is, an 'invoked'
  1071.                  file may  invoke yet  another file),  but only  up to 8
  1072.                  levels deep.
  1073.             
  1074.             Unexpected Packet Type
  1075.                  During a Kermit file transfer, BitCom received a packet
  1076.                  it could not identify.  Make sure all Kermit parameters
  1077.                  in  BitCom  match  the  Kermit  settings  on  the  host
  1078.                  computer.
  1079.             
  1080.             Unknown function
  1081.                  You have  entered a letter or number which is not known
  1082.                  as a menu option.
  1083.             
  1084.  
  1085.  
  1086.                                                                         21
  1087.  
  1088.  
  1089.  
  1090.             Unknown label name
  1091.                  The label  name given  following a GOTO statement could
  1092.                  not be found in the current SCRIPT or ACTION file.
  1093.             
  1094.             Unknown or misplaced character
  1095.                  A character  unknown to BitCom was found in a SCRIPT or
  1096.                  ACTION file.   You  may need  to surround the character
  1097.                  with quotes.
  1098.             
  1099.             Unknown variable name
  1100.                  A variable  name was  given (a string beginning with an
  1101.                  at-sign '@')  which is unknown to BitCom.  Refer to the
  1102.                  help screens or the file SCRIPT.TXT for a list of valid
  1103.                  variable names.
  1104.             
  1105.             Use Select Function First
  1106.                  The SCRIPT  file invoked  'docomm' before  the 'select'
  1107.                  function was used.
  1108.             
  1109.             Waiting For Handshake, Key Ignored
  1110.                  You have  tried to  initiate another  action in BitCom,
  1111.                  while BitCom  is waiting  for a  connection.    Do  not
  1112.                  attempt other  actions until  the connection  has  been
  1113.                  established.
  1114.             
  1115.             Waiting for X-ON
  1116.                  When you are sending a text file in ASCII mode, you may
  1117.                  receive this  message if  the computer  you are sending
  1118.                  the file  to cannot  receive the  file  as  quickly  as
  1119.                  BitCom is sending it.  The message will go away as soon
  1120.                  as the  host computer  gives the  go ahead.  This is an
  1121.                  informative message only.
  1122.             
  1123.             Waiting to receive first block
  1124.                  BitCom has been set up to receive, but the host has not
  1125.                  yet begun sending the file.
  1126.             
  1127.             Waiting to send first block
  1128.                  BitCom has  been set up to send a file, but the host is
  1129.                  not yet ready to receive.
  1130.             
  1131.             Writing output to <capture filename>
  1132.                  BitCom is  writing the  communications session  to  the
  1133.                  indicated capture  filename.   This is  an  informative
  1134.                  message only.
  1135.             
  1136.             Xmodem Receiving
  1137.                  BitCom is  receiving a  file using the XMODEM protocol.
  1138.                  This is an informative message only.
  1139.             
  1140.  
  1141.  
  1142.                                                                         22
  1143.  
  1144.  
  1145.  
  1146.             Xmodem Sending
  1147.                  BitCom is  sending a  file using  the XMODEM  protocol.
  1148.                  This is an informative message only.
  1149.             
  1150.             Ymodem-G Receiving
  1151.                  BitCom is receiving a file using the Ymodem-G protocol.
  1152.                  This is an informative message only.
  1153.             
  1154.             Ymodem-G Sending
  1155.                  BitCom is  sending a  file using the Ymodem-G protocol.
  1156.                  This is an informative message only.
  1157.  
  1158.  
  1159.                                                                         23
  1160.  
  1161.  
  1162.  
  1163.                         Reference Section - ASCII Code Table
  1164.                         ------------------------------------
  1165.                                           
  1166.             Ctl  Decimal   Hex  Value          Decimal   Hex  Value
  1167.             ---  ------    ---  -----          ------    ---  -----
  1168.             ^@   000       00   NUL            041       29   )
  1169.             ^A   001       01   SOH            042       2A   *
  1170.             ^B   002       02   STX            043       2B   +
  1171.             ^C   003       03   ETX            044       2C   ,
  1172.             ^D   004       04   EOT            045       2D   -
  1173.             ^E   005       05   ENQ            046       2E   .
  1174.             ^F   006       06   ACK            047       2F   /
  1175.             ^G   007       07   BEL            048       30   0
  1176.             ^H   008       08   BS             049       31   1
  1177.             ^I   009       09   HT             050       32   2
  1178.             ^J   010       0A   LF             051       33   3
  1179.             ^K   011       OB   VT             052       34   4
  1180.             ^L   012       0C   FF             053       35   5
  1181.             ^M   013       0D   CR             054       36   6
  1182.             ^N   014       0E   SO             055       37   7
  1183.             ^O   015       0F   SI             056       38   8
  1184.             ^P   016       10   DLE            057       39   9
  1185.             ^Q   017       11   DC1            058       3A   :
  1186.             ^R   018       12   DC2            059       3B   ;
  1187.             ^S   019       13   DC3            060       3C   <
  1188.             ^T   020       14   DC4            061       3D   =
  1189.             ^U   021       15   NAK            062       3E   >
  1190.             ^V   022       16   SYN            063       3F   ?
  1191.             ^W   023       17   ETB            064       40   @
  1192.             ^X   024       18   CAN            065       41   A
  1193.             ^Y   025       19   EM             066       42   B
  1194.             ^Z   026       1A   SUB            067       43   C
  1195.             ^[   027       1B   ESC            068       44   D
  1196.             ^\   028       1C   FS             069       45   E
  1197.             ^]   029       1D   GS             070       46   F
  1198.             ^^   030       1E   RS             071       47   G
  1199.             ^_   031       1F   US             072       48   H
  1200.                  032       20   (space)        073       49   I
  1201.                  033       21   !              074       4A   J
  1202.                  034       22   "              075       4B   K
  1203.                  035       23   #              076       4C   L
  1204.                  036       24   $              077       4D   M
  1205.                  037       25   %              078       4E   N
  1206.                  038       26   &              079       4F   O
  1207.                  039       27   '              080       50   P
  1208.                  040       28   (              081       51   Q
  1209.  
  1210.  
  1211.                                                                         24
  1212.  
  1213.  
  1214.  
  1215.             Decimal   Hex  Value          Decimal   Hex  Value
  1216.             ------    ---  -----          ------    ---  -----
  1217.             082       52   R              104       68   h
  1218.             083       53   S              105       69   i
  1219.             084       54   T              106       6A   j
  1220.             085       55   U              107       6B   k
  1221.             086       56   V              108       6C   l
  1222.             087       57   W              109       6D   m
  1223.             088       58   X              110       6E   n
  1224.             089       59   Y              111       6F   o
  1225.             090       5A   Z              112       70   p
  1226.             091       5B   [              113       71   q
  1227.             092       5C   \              114       72   r
  1228.             093       5D   ]              115       73   s
  1229.             094       5E   ^              116       74   t
  1230.             095       5F   _              117       75   u
  1231.             096       60   '              118       76   v
  1232.             097       61   a              119       77   w
  1233.             098       62   b              120       78   x
  1234.             099       63   c              121       79   y
  1235.             100       64   d              122       7A   z
  1236.             101       65   e              123       7B   {
  1237.             102       66   f              124       7C   |
  1238.             103       67   g              125       7D   }
  1239.                                           126       7E   ~
  1240.                                           127       7F   DEL
  1241.  
  1242.  
  1243.                                                                         25
  1244.  
  1245.  
  1246.  
  1247.                Reference Section - Display Attributes and Color Codes
  1248.                ------------------------------------------------------
  1249.             
  1250.                  VALUE          COLOR/GRAPHICS
  1251.                  -----          --------------
  1252.             HEX       DEC       BACK      FORE           MONO
  1253.             ---       ---       GROUND    GROUND         ----
  1254.                                 ------    ------
  1255.             00        0         BLACK     BLACK          NON-DISPLAY
  1256.             01        1         BLACK     BLUE           UNDERLINE
  1257.             02        2         BLACK     GREEN          NORMAL
  1258.             03        3         BLACK     CYAN           NORMAL
  1259.             04        4         BLACK     RED            NORMAL
  1260.             05        5         BLACK     MAGENTA        NORMAL
  1261.             06        6         BLACK     BROWN          NORMAL
  1262.             07        7         BLACK     LT GREY        NORMAL
  1263.             08        8         BLACK     DK GREY        NON-DISPLAY
  1264.             09        9         BLACK     LT BLUE        HI-INTENSITY
  1265.                                                          UNDERLINE
  1266.             0A        10        BLACK     LT GREE        HI-INTENSITY
  1267.             0B        11        BLACK     LT CYAN        HI-INTENSITY
  1268.             0C        12        BLACK     LT RED         HI-INTENSITY
  1269.             0D        13        BLACK     LT MAGENTA     HI-INTENSITY
  1270.             0E        14        BLACK     YELLOW         HI-INTENSITY
  1271.             0F        15        BLACK     WHITE          HI-INTENSITY
  1272.             10        16        BLUE      BLACK          NORMAL
  1273.             11        17        BLUE      BLUE           UNDERLINE
  1274.             12        18        BLUE      GREEN          NORMAL
  1275.             13        19        BLUE      CYAN           NORMAL
  1276.             14        20        BLUE      RED            NORMAL
  1277.             15        21        BLUE      MAGENTA        NORMAL
  1278.             16        22        BLUE      BROWN          NORMAL
  1279.             17        23        BLUE      LT GREY        NORMAL
  1280.             18        24        BLUE      DK GREY        HI-INTENSITY
  1281.             19        25        BLUE      LT BLUE        HI-INTENSITY
  1282.                                                          UNDERLINE
  1283.             1A        26        BLUE      LT GREEN       HI-INTENSITY
  1284.             1B        27        BLUE      LT CYAN        HI-INTENSITY
  1285.             1C        28        BLUE      LT RED         HI-INTENSITY
  1286.             1D        29        BLUE      LT MAGENTA     HI-INTENSITY
  1287.             1E        30        BLUE      YELLOW         HI-INTENSITY
  1288.             1F        31        BLUE      WHITE          HI-INTENSITY
  1289.             20        32        GREEN     BLACK          NORMAL
  1290.             21        33        GREEN     BLUE           UNDERLINE
  1291.             22        34        GREEN     GREEN          NORMAL
  1292.             22        35        GREEN     CYAN           NORMAL
  1293.             24        36        GREEN     RED            NORMAL
  1294.             25        37        GREEN     MAGENTA        NORMAL
  1295.             26        38        GREEN     BROWN          NORMAL
  1296.             27        39        GREEN     LT GREY        NORMAL
  1297.             28        40        GREEN     DK GREY        HI-INTENSITY
  1298.  
  1299.  
  1300.                                                                         26
  1301.  
  1302.  
  1303.  
  1304.                  VALUE          COLOR/GRAPHICS
  1305.                  -----          --------------
  1306.             HEX       DEC       BACK      FORE           MONO
  1307.             ---       ---       GROUND    GROUND         ----
  1308.                                 ------    ------
  1309.             29        41        GREEN     LT BLUE        HI-INTENSITY
  1310.                                                          UNDERLINE
  1311.             2A        42        GREEN     LT GREEN       HI-INTENSITY
  1312.             2B        43        GREEN     LT CYAN        HI-INTENSITY
  1313.             2C        44        GREEN     LT RED         HI-INTENSITY
  1314.             2D        45        GREEN     LT MAGENTA     HI-INTENSITY
  1315.             2E        46        GREEN     YELLOW         HI-INTENSITY
  1316.             2F        47        GREEN     WHITE          HI-INTENSITY
  1317.             30        48        CYAN      BLACK          NORMAL
  1318.             31        49        CYAN      BLUE           UNDERLINE
  1319.             32        50        CYAN      GREEN          NORMAL
  1320.             33        51        CYAN      CYAN           NORMAL
  1321.             34        52        CYAN      RED            NORMAL
  1322.             35        53        CYAN      MAGENTA        NORMAL
  1323.             36        54        CYAN      BROWN          NORMAL
  1324.             37        55        CYAN      LT GREY        NORMAL
  1325.             38        56        CYAN      DK GREY        HI-INTENSITY
  1326.             39        57        CYAN      LT BLUE        HI-INTENSITY
  1327.                                                          UNDERLINE
  1328.             3A        58        CYAN      LT GREEN       HI-INTENSITY
  1329.             3B        59        CYAN      LT CYAN        HI-INTENSITY
  1330.             3C        60        CYAN      LT RED         HI-INTENSITY
  1331.             3D        61        CYAN      LT MAGENTA     HI-INTENSITY
  1332.             3E        62        CYAN      YELLOW         HI-INTENSITY
  1333.             3F        63        CYAN      WHITE          HI-INTENSITY
  1334.             40        64        RED       BLACK          NORMAL
  1335.             41        65        RED       BLUE           UNDERLINE
  1336.             42        66        RED       GREEN          NORMAL
  1337.             43        67        RED       CYAN           NORMAL
  1338.             44        68        RED       RED            NORMAL
  1339.             45        69        RED       MAGENTA        NORMAL
  1340.             46        70        RED       BROWN          NORMAL
  1341.             47        71        RED       LT GREY        NORMAL
  1342.             48        72        RED       DK GREY        HI-INTENSITY
  1343.             49        73        RED       LT BLUE        HI-INTENSITY
  1344.                                                          UNDERLINE
  1345.             4A        74        RED       LT GREEN       HI-INTENSITY
  1346.             4B        75        RED       LT CYAN        HI-INTENSITY
  1347.             4C        76        RED       LT RED         HI-INTENSITY
  1348.             4D        77        RED       LT MAGENTA     HI-INTENSITY
  1349.             4E        78        RED       YELLOW         HI-INTENSITY
  1350.             4F        79        RED       WHITE          HI-INTENSITY
  1351.             50        80        MAGENTA   BLACK          NORMAL
  1352.             51        81        MAGENTA   BLUE           UNDERLINE
  1353.             52        82        MAGENTA   GREEN          NORMAL
  1354.             53        83        MAGENTA   CYAN           NORMAL
  1355.             54        84        MAGENTA   RED            NORMAL
  1356.  
  1357.  
  1358.                                                                         27
  1359.  
  1360.  
  1361.  
  1362.                  VALUE          COLOR/GRAPHICS
  1363.                  -----          --------------
  1364.             HEX       DEC       BACK      FORE           MONO
  1365.             ---       ---       GROUND    GROUND         ----
  1366.                                 ------    ------
  1367.             55        85        MAGENTA   MAGENTA        NORMAL
  1368.             56        86        MAGENTA   BROWN          NORMAL
  1369.             57        87        MAGENTA   LT GREY        NORMAL
  1370.             58        88        MAGENTA   DK GREY        HI-INTENSITY
  1371.             59        89        MAGENTA   LT BLUE        HI-INTENSITY
  1372.                                                          UNDERLINE
  1373.             5A        90        MAGENTA   LT GREEN       HI-INTENSITY
  1374.             5B        91        MAGENTA   LT CYAN        HI-INTENSITY
  1375.             5C        92        MAGENTA   LT RED         HI-INTENSITY
  1376.             5D        93        MAGENTA   LT MAGENTA     HI-INTENSITY
  1377.             5E        94        MAGENTA   YELLOW         HI-INTENSITY
  1378.             5F        95        MAGENTA   WHITE          HI-INTENSITY
  1379.             60        96        YELLOW    BLACK          NORMAL
  1380.             61        97        YELLOW    BLUE           UNDERLINE
  1381.             62        98        YELLOW    GREEN          NORMAL
  1382.             63        99        YELLOW    CYAN           NORMAL
  1383.             64        100       YELLOW    RED            NORMAL
  1384.             65        101       YELLOW    MAGENTA        NORMAL
  1385.             66        102       YELLOW    BROWN          NORMAL
  1386.             67        103       YELLOW    LT GREY        NORMAL
  1387.             68        104       YELLOW    DK GREY        HI-INTENSITY
  1388.             69        105       YELLOW    LT BLUE        HI-INTENSITY
  1389.                                                          UNDERLINE
  1390.             6A        106       YELLOW    LT GREEN       HI-INTENSITY
  1391.             6B        107       YELLOW    LT CYAN        HI-INTENSITY
  1392.             6C        108       YELLOW    LT RED         HI-INTENSITY
  1393.             6D        109       YELLOW    LT MAGENTA     HI-INTENSITY
  1394.             6E        110       YELLOW    YELLOW         HI-INTENSITY
  1395.             6F        111       YELLOW    WHITE          HI-INTENSITY
  1396.             70        112       WHITE     BLACK          REVERSE
  1397.                                                          VIDEO
  1398.             71        113       WHITE     BLUE           UNDERLINE
  1399.             72        114       WHITE     GREEN          NORMAL
  1400.             73        115       WHITE     CYAN           NORMAL
  1401.             74        116       WHITE     RED            NORMAL
  1402.             75        117       WHITE     MAGENTA        NORMAL
  1403.             76        118       WHITE     BROWN          NORMAL
  1404.             77        119       WHITE     LT GREY        NORMAL
  1405.             78        120       WHITE     DK GREY        REVERSE
  1406.                                                          VIDEO
  1407.             79        121       WHITE     LT BLUE        HI-INTENSITY
  1408.                                                          UNDERLINE
  1409.             7A        122       WHITE     LT GREEN       HI-INTENSITY
  1410.             7B        123       WHITE     LT CYAN        HI-INTENSITY
  1411.             7C        124       WHITE     LT RED         HI-INTENSITY
  1412.             7D        125       WHITE     LT MAGENTA     HI-INTENSITY
  1413.             7E        126       WHITE     YELLOW         HI-INTENSITY
  1414.  
  1415.  
  1416.                                                                         28
  1417.  
  1418.  
  1419.  
  1420.                  VALUE          COLOR/GRAPHICS
  1421.                  -----          --------------
  1422.             HEX       DEC       BACK      FORE           MONO
  1423.             ---       ---       GROUND    GROUND         ----
  1424.                                 ------    ------
  1425.             7F        127       WHITE     WHITE          HI-INTENSITY
  1426.             80        128       BLACK     BLACK          NON-DISPLAY
  1427.             81        129       BLACK     BLUE           UNDERLINE
  1428.             82        130       BLACK     GREEN          NORMAL
  1429.             83        131       BLACK     CYAN           NORMAL
  1430.             84        132       BLACK     RED            NORMAL
  1431.             85        133       BLACK     MAGENTA        NORMAL
  1432.             86        134       BLACK     BROWN          NORMAL
  1433.             87        135       BLACK     LT GREY        NORMAL
  1434.             88        136       BLACK     DK GREY        NON-DISPLAY
  1435.             89        137       BLACK     LT BLUE        HI-INTENSITY
  1436.                                                          UNDERLINED
  1437.             8A        138       BLACK     LT GREEN       HI-INTENSITY
  1438.             8B        139       BLACK     LT CYAN        HI-INTENSITY
  1439.             8C        140       BLACK     RED            HI-INTENSITY
  1440.             8D        141       BLACK     LT MAGENTA     HI-INTENSITY
  1441.             8E        142       BLACK     YELLOW         HI-INTENSITY
  1442.             8F        143       BLACK     WHITE          HI-INTENSITY
  1443.             90        144       BLUE      BLACK          NORMAL
  1444.             91        145       BLUE      BLUE           UNDERLINE
  1445.             92        146       BLUE      GREEN          NORMAL
  1446.             93        147       BLUE      CYAN           NORMAL
  1447.             94        148       BLUE      RED            NORMAL
  1448.             95        149       BLUE      MAGENTA        NORMAL
  1449.             96        150       BLUE      BROWN          NORMAL
  1450.             97        151       BLUE      LT GREY        NORMAL
  1451.             98        152       BLUE      DK GREY        HI-INTENSITY
  1452.             99        153       BLUE      LT BLUE        HI-INTENSITY
  1453.                                                          UNDERLINE
  1454.             9A        154       BLUE      LT GREEN       HI-INTENSITY
  1455.             9B        155       BLUE      LT CYAN        HI-INTENSITY
  1456.             9C        156       BLUE      LT RED         HI-INTENSITY
  1457.             9D        157       BLUE      LT MAGENTA     HI-INTENSITY
  1458.             9E        158       BLUE      YELLOW         HI-INTENSITY
  1459.             9F        159       BLUE      WHITE          HI-INTENSITY
  1460.             A0        160       GREEN     BLACK          NORMAL
  1461.             A1        161       GREEN     BLUE           UNDERLINE
  1462.             A2        162       GREEN     GREEN          NORMAL
  1463.             A3        163       GREEN     CYAN           NORMAL
  1464.             A4        164       GREEN     RED            NORMAL
  1465.             A5        165       GREEN     MAGENTA        NORMAL
  1466.             A6        166       GREEN     BROWN          NORMAL
  1467.             A7        167       GREEN     LT GREY        NORMAL
  1468.             A8        168       GREEN     DK GREY        HI-INTENSITY
  1469.             A9        169       GREEN     LT BLUE        HI-INTENSITY
  1470.                                                          UNDERLINE
  1471.             AA        170       GREEN     LT GREEN       HI-INTENSITY
  1472.  
  1473.  
  1474.                                                                         29
  1475.  
  1476.  
  1477.  
  1478.                  VALUE          COLOR/GRAPHICS
  1479.                  -----          --------------
  1480.             HEX       DEC       BACK      FORE           MONO
  1481.             ---       ---       GROUND    GROUND         ----
  1482.                                 ------    ------
  1483.             AB        171       GREEN     LT CYAN        HI-INTENSITY
  1484.             AC        172       GREEN     LT RED         HI-INTENSITY
  1485.             AD        173       GREEN     LT MAGENTA     HI-INTENSITY
  1486.             AE        174       GREEN     YELLOW         HI-INTENSITY
  1487.             AF        175       GREEN     WHITE          HI-INTENSITY
  1488.             B0        176       CYAN      BLACK          NORMAL
  1489.             B1        177       CYAN      BLUE           UNDERLINE
  1490.             B2        178       CYAN      GREEN          NORMAL
  1491.             B3        179       CYAN      CYAN           NORMAL
  1492.             B4        180       CYAN      RED            NORMAL
  1493.             B5        181       CYAN      MAGENTA        NORMAL
  1494.             B6        182       CYAN      BROWN          NORMAL
  1495.             B7        183       CYAN      LT GREY        NORMAL
  1496.             B8        184       CYAN      DK GREY        HI-INTENSITY
  1497.             B9        185       CYAN      LT BLUE        HI-INTENSITY
  1498.                                                          UNDERLINE
  1499.             BA        186       CYAN      LT GREEN       HI-INTENSITY
  1500.             BB        187       CYAN      LT CYAN        HI-INTENSITY
  1501.             BC        188       CYAN      LT RED         HI-INTENSITY
  1502.             BD        189       CYAN      LT MAGENTA     HI-INTENSITY
  1503.             BE        190       CYAN      YELLOW         HI-INTENSITY
  1504.             BF        191       CYAN      WHITE          HI-INTENSITY
  1505.             C0        192       RED       BLACK          NORMAL
  1506.             C1        193       RED       BLUE           UNDERLINE
  1507.             C2        194       RED       GREEN          NORMAL
  1508.             C3        195       RED       CYAN           NORMAL
  1509.             C4        196       RED       RED            NORMAL
  1510.             C5        197       RED       MAGENTA        NORMAL
  1511.             C6        198       RED       BROWN          NORMAL
  1512.             C7        199       RED       LT GREY        NORMAL
  1513.             C8        200       RED       DK GREY        HI-INTENSITY
  1514.             C9        201       RED       LT BLUE        HI-INTENSITY
  1515.                                                          UNDERLINE
  1516.             CA        202       RED       LT GREEN       HI-INTENSITY
  1517.             CB        203       RED       LT CYAN        HI-INTENSITY
  1518.             CC        204       RED       LT RED         HI-INTENSITY
  1519.             CD        205       RED       LT MAGENTA     HI-INTENSITY
  1520.             CE        206       RED       YELLOW         HI-INTENSITY
  1521.             CF        207       RED       WHITE          HI-INTENSITY
  1522.             D0        208       MAGENTA   BLACK          NORMAL
  1523.             D1        209       MAGENTA   BLUE           UNDERLINE
  1524.             D2        210       MAGENTA   GREEN          NORMAL
  1525.             D3        211       MAGENTA   CYAN           NORMAL
  1526.             D4        212       MAGENTA   RED            NORMAL
  1527.             D5        213       MAGENTA   MAGENTA        NORMAL
  1528.             D6        214       MAGENTA   BROWN          NORMAL
  1529.             D7        215       MAGENTA   LT GREY        NORMAL
  1530.  
  1531.  
  1532.                                                                         30
  1533.  
  1534.  
  1535.  
  1536.                  VALUE          COLOR/GRAPHICS
  1537.                  -----          --------------
  1538.             HEX       DEC       BACK      FORE           MONO
  1539.             ---       ---       GROUND    GROUND         ----
  1540.                                 ------    ------
  1541.             D8        216       MAGENTA   DK GREY        HI-INTENSITY
  1542.             D9        217       MAGENTA   LT BLUE        HI-INTENSITY
  1543.                                                          UNDERLINE
  1544.             DA        218       MAGENTA   LT GREEN       HI-INTENSITY
  1545.             DB        219       MAGENTA   LT CYAN        HI-INTENSITY
  1546.             DC        220       MAGENTA   LT RED         HI-INTENSITY
  1547.             DD        221       MAGENTA   LT MAGENTA     HI-INTENSITY
  1548.             DE        222       MAGENTA   YELLOW         HI-INTENSITY
  1549.             DF        223       MAGENTA   WHITE          HI-INTENSITY
  1550.             E0        224       YELLOW    BLACK          NORMAL
  1551.             E1        225       YELLOW    BLUE           UNDERLINE
  1552.             E2        226       YELLOW    GREEN          NORMAL
  1553.             E3        227       YELLOW    CYAN           NORMAL
  1554.             E4        228       YELLOW    RED            NORMAL
  1555.             E5        229       YELLOW    MAGENTA        NORMAL
  1556.             E6        230       YELLOW    BROWN          NORMAL
  1557.             E7        231       YELLOW    LT GREY        NORMAL
  1558.             E8        232       YELLOW    DK GREY        HI-INTENSITY
  1559.             E9        233       YELLOW    LT BLUE        HI-INTENSITY
  1560.                                                          UNDERLINE
  1561.             EA        234       YELLOW    LT GREEN       HI-INTENSITY
  1562.             EB        235       YELLOW    LT CYAN        HI-INTENSITY
  1563.             EC        236       YELLOW    LT RED         HI-INTENSITY
  1564.             ED        237       YELLOW    LT MAGENTA     HI-INTENSITY
  1565.             EE        238       YELLOW    YELLOW         HI-INTENSITY
  1566.             EF        239       YELLOW    WHITE          HI-INTENSITY
  1567.             F0        240       WHITE     BLACK          REVERSE
  1568.                                                          VIDEO
  1569.             F1        241       WHITE     BLUE           UNDERLINE
  1570.             F2        242       WHITE     GREEN          NORMAL
  1571.             F3        243       WHITE     CYAN           NORMAL
  1572.             F4        244       WHITE     RED            NORMAL
  1573.             F5        245       WHITE     MAGENTA        NORMAL
  1574.             F6        246       WHITE     BROWN          NORMAL
  1575.             F7        247       WHITE     LT GREY        NORMAL
  1576.             F8        248       WHITE     DK GREY        REVERSE
  1577.                                                          VIDEO
  1578.             F9        249       WHITE     LT BLUE        HI-INTENSITY
  1579.                                                          UNDERLINE
  1580.             FA        250       WHITE     LT GREEN       HI-INTENSITY
  1581.             FB        251       WHITE     LT CYAN        HI-INTENSITY
  1582.             FC        252       WHITE     LT RED         HI-INTENSITY
  1583.             FD        253       WHITE     LT MAGENTA     HI-INTENSITY
  1584.             FE        254       WHITE     YELLOW         HI-INTENSITY
  1585.             FF        255       WHITE     WHITE          HI-INTENSITY
  1586.